records

records

Active filters Clear all

No active filters

Filters

Verkehrszählung - Zählstellenplan

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Geo Point
               

No description available for this field.

Name (identifier)
geo_point_2d
Type
geo point
Sample
                       
Verkehrsknotennummer
               

No description available for this field.

Name (identifier)
no
Type
text
Sample
                       
Zählknotennummer
               

No description available for this field.

Name (identifier)
zwert1
Type
text
Sample
                       
Lagebezeichnung
               

No description available for this field.

Name (identifier)
lagebezeichnung
Type
text
Sample
                       
Jahr der letzen Zählung
               

No description available for this field.

Name (identifier)
jahr
Type
text
Sample
                       
Anzahl der Zählungen
               

No description available for this field.

Name (identifier)
anzahlz
Type
text
Sample
                       
2024
               

No description available for this field.

Name (identifier)
2024
Type
text
Sample
                       
2023
               

No description available for this field.

Name (identifier)
2023
Type
text
Sample
                       
2022
               

No description available for this field.

Name (identifier)
2022
Type
text
Sample
                       
2021
               

No description available for this field.

Name (identifier)
2021
Type
text
Sample
                       
2020
               

No description available for this field.

Name (identifier)
2020
Type
text
Sample
                       
2019
               

No description available for this field.

Name (identifier)
2019
Type
text
Sample
                       
2018
               

No description available for this field.

Name (identifier)
2018
Type
text
Sample
                       
2017
               

No description available for this field.

Name (identifier)
2017
Type
text
Sample
                       
2016
               

No description available for this field.

Name (identifier)
2016
Type
text
Sample
                       
2015
               

No description available for this field.

Name (identifier)
2015
Type
text
Sample
                       
2014
               

No description available for this field.

Name (identifier)
2014
Type
text
Sample
                       
2013
               

No description available for this field.

Name (identifier)
2013
Type
text
Sample
                       
2012
               

No description available for this field.

Name (identifier)
2012
Type
text
Sample
                       
2011
               

No description available for this field.

Name (identifier)
2011
Type
text
Sample
                       
2010
               

No description available for this field.

Name (identifier)
2010
Type
text
Sample
                       
2009
               

No description available for this field.

Name (identifier)
2009
Type
text
Sample
                       
2008
               

No description available for this field.

Name (identifier)
2008
Type
text
Sample
                       
2007
               

No description available for this field.

Name (identifier)
2007
Type
text
Sample
                       
2006
               

No description available for this field.

Name (identifier)
2006
Type
text
Sample
                       
2005
               

No description available for this field.

Name (identifier)
2005
Type
text
Sample
                       
2004
               

No description available for this field.

Name (identifier)
2004
Type
text
Sample
                       
2003
               

No description available for this field.

Name (identifier)
2003
Type
text
Sample
                       
2002
               

No description available for this field.

Name (identifier)
2002
Type
text
Sample
                       
2001
               

No description available for this field.

Name (identifier)
2001
Type
text
Sample
                       
2000
               

No description available for this field.

Name (identifier)
2000
Type
text
Sample
                       
1999
               

No description available for this field.

Name (identifier)
1999
Type
text
Sample
                       
1998
               

No description available for this field.

Name (identifier)
1998
Type
text
Sample
                       
Stadtbezirk Nr.
               

No description available for this field.

Name (identifier)
stadtbezirk_nr
Type
text
Sample
                       
Stadtbezirk
               

No description available for this field.

Name (identifier)
stadtbezirk
Type
text
Sample
                       
Statistischer Bezirk Nr.
               

No description available for this field.

Name (identifier)
statistischer_bezirk_nr
Type
text
Sample
                       
Statistischer Bezirk
               

No description available for this field.

Name (identifier)
statistischer_bezirk
Type
text
Sample
                       
Unterbezirk Nr.
               

No description available for this field.

Name (identifier)
unterbezirk_nr
Type
text
Sample
                       
Unterbezirk
               

No description available for this field.

Name (identifier)
unterbezirk
Type
text
Sample
                       
Sozialraum Nr.
               

No description available for this field.

Name (identifier)
sozialraum_nr
Type
text
Sample
                       
Sozialraum
               

No description available for this field.

Name (identifier)
sozialraum
Type
text
Sample
                       
Aktionsraum Nr
               

No description available for this field.

Name (identifier)
aktionsraum_nr
Type
text
Sample
                       
Aktionsraum
               

No description available for this field.

Name (identifier)
aktionsraum
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"verkehrszaehlung-zaehlstellenplan",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/verkehrszaehlung-zaehlstellenplan"
      }
    ]
    ,
  • "definitions":
    {
    • "verkehrszaehlung-zaehlstellenplan":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/verkehrszaehlung-zaehlstellenplan_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "verkehrszaehlung-zaehlstellenplan_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "1998":
                {
                • "type":"string",
                • "title":"1998",
                • "description":""
                }
                ,
              • "1999":
                {
                • "type":"string",
                • "title":"1999",
                • "description":""
                }
                ,
              • "2000":
                {
                • "type":"string",
                • "title":"2000",
                • "description":""
                }
                ,
              • "2001":
                {
                • "type":"string",
                • "title":"2001",
                • "description":""
                }
                ,
              • "2002":
                {
                • "type":"string",
                • "title":"2002",
                • "description":""
                }
                ,
              • "2003":
                {
                • "type":"string",
                • "title":"2003",
                • "description":""
                }
                ,
              • "2004":
                {
                • "type":"string",
                • "title":"2004",
                • "description":""
                }
                ,
              • "2005":
                {
                • "type":"string",
                • "title":"2005",
                • "description":""
                }
                ,
              • "2006":
                {
                • "type":"string",
                • "title":"2006",
                • "description":""
                }
                ,
              • "2007":
                {
                • "type":"string",
                • "title":"2007",
                • "description":""
                }
                ,
              • "2008":
                {
                • "type":"string",
                • "title":"2008",
                • "description":""
                }
                ,
              • "2009":
                {
                • "type":"string",
                • "title":"2009",
                • "description":""
                }
                ,
              • "2010":
                {
                • "type":"string",
                • "title":"2010",
                • "description":""
                }
                ,
              • "2011":
                {
                • "type":"string",
                • "title":"2011",
                • "description":""
                }
                ,
              • "2012":
                {
                • "type":"string",
                • "title":"2012",
                • "description":""
                }
                ,
              • "2013":
                {
                • "type":"string",
                • "title":"2013",
                • "description":""
                }
                ,
              • "2014":
                {
                • "type":"string",
                • "title":"2014",
                • "description":""
                }
                ,
              • "2015":
                {
                • "type":"string",
                • "title":"2015",
                • "description":""
                }
                ,
              • "2016":
                {
                • "type":"string",
                • "title":"2016",
                • "description":""
                }
                ,
              • "2017":
                {
                • "type":"string",
                • "title":"2017",
                • "description":""
                }
                ,
              • "2018":
                {
                • "type":"string",
                • "title":"2018",
                • "description":""
                }
                ,
              • "2019":
                {
                • "type":"string",
                • "title":"2019",
                • "description":""
                }
                ,
              • "2020":
                {
                • "type":"string",
                • "title":"2020",
                • "description":""
                }
                ,
              • "2021":
                {
                • "type":"string",
                • "title":"2021",
                • "description":""
                }
                ,
              • "2022":
                {
                • "type":"string",
                • "title":"2022",
                • "description":""
                }
                ,
              • "2023":
                {
                • "type":"string",
                • "title":"2023",
                • "description":""
                }
                ,
              • "2024":
                {
                • "type":"string",
                • "title":"2024",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geo Point",
                • "description":""
                }
                ,
              • "no":
                {
                • "type":"string",
                • "title":"Verkehrsknotennummer",
                • "description":""
                }
                ,
              • "zwert1":
                {
                • "type":"string",
                • "title":"Zählknotennummer",
                • "description":""
                }
                ,
              • "lagebezeichnung":
                {
                • "type":"string",
                • "title":"Lagebezeichnung",
                • "description":""
                }
                ,
              • "jahr":
                {
                • "type":"string",
                • "title":"Jahr der letzen Zählung",
                • "description":""
                }
                ,
              • "anzahlz":
                {
                • "type":"string",
                • "title":"Anzahl der Zählungen",
                • "description":""
                }
                ,
              • "stadtbezirk_nr":
                {
                • "type":"string",
                • "title":"Stadtbezirk Nr.",
                • "description":""
                }
                ,
              • "stadtbezirk":
                {
                • "type":"string",
                • "title":"Stadtbezirk",
                • "description":""
                }
                ,
              • "statistischer_bezirk_nr":
                {
                • "type":"string",
                • "title":"Statistischer Bezirk Nr.",
                • "description":""
                }
                ,
              • "statistischer_bezirk":
                {
                • "type":"string",
                • "title":"Statistischer Bezirk",
                • "description":""
                }
                ,
              • "unterbezirk_nr":
                {
                • "type":"string",
                • "title":"Unterbezirk Nr.",
                • "description":""
                }
                ,
              • "unterbezirk":
                {
                • "type":"string",
                • "title":"Unterbezirk",
                • "description":""
                }
                ,
              • "sozialraum_nr":
                {
                • "type":"string",
                • "title":"Sozialraum Nr.",
                • "description":""
                }
                ,
              • "sozialraum":
                {
                • "type":"string",
                • "title":"Sozialraum",
                • "description":""
                }
                ,
              • "aktionsraum_nr":
                {
                • "type":"string",
                • "title":"Aktionsraum Nr",
                • "description":""
                }
                ,
              • "aktionsraum":
                {
                • "type":"string",
                • "title":"Aktionsraum",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets